home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 50-CommHardware / isdn / isdn-setup.hlp.z / isdn-setup.hlp
Encoding:
Text File  |  1997-07-30  |  2.0 KB  |  60 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>ISDN Configuration</H2>
  8. <P>
  9. The ISDN standard supports a large number of options for switch
  10. hardware; individual telephone switch manufacturers support different 
  11. combinations of these options. This form requires information about 
  12. the telephone switch that your ISDN connection uses and about the 
  13. ISDN host to which your calls will connect.
  14. </P>
  15. <P>
  16. Use the ISDN Configuration form to set the following parameters.
  17. </P>
  18. <P>
  19. <STRONG>Enable ISDN:</STRONG> This selection turns the ISDN connection
  20. on and off. Select <VAR>Yes</VAR> to turn on ISDN and <VAR>No</VAR> to
  21. turn it off.
  22. </P>
  23. (Default value: No)
  24. <P>
  25. <STRONG>Connection name for host answering calls:</STRONG> This is an
  26. arbitrary one-word name for the connection. Typically, your entry 
  27. is the hostname of the system to which you plan to connect.
  28. </P>
  29. (Default value: none)
  30. <P>
  31. <STRONG>Phone number for host answering calls:</STRONG> This is the
  32. phone number of the remote host in the previous entry. Enter the
  33. phone number as a string of numbers; do no not enter the punctuation
  34. characters that are often used in a telephone number. (Your entry
  35. will look something like this: 14155551212.)
  36. </P>
  37. (Default value: none)
  38. <P>
  39. <STRONG>Type of switch used for connections:</STRONG> This is the type
  40. of the telephone switch that is used for this ISDN connection. This
  41. information is supplied by your local telephone company when they install
  42. the ISDN line.
  43. </P>
  44. (Default value: none)
  45. <P>
  46. <STRONG>SPID #1 and SPID #2:</STRONG> This option specifies a service
  47. profile identifier (SPID). Two SPIDs are required for the DMS100 and NI1 
  48. switch software types, one SPID is required for 5ESS multipoint, and no SPID
  49. is required for 5ESS point-to-point or for any other switch type. These 
  50. numbers are supplied by your local telephone company when they install
  51. the ISDN line. 
  52. </P>
  53. (Default value: none)
  54. </P>
  55. <CENTER>
  56. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  57. </CENTER>
  58. </FORM>
  59. EndOfFile
  60.